Hi
How do one handle missing imputed values still present after doing multiple imputation (MICE)?
It worked when I used (regress) on some scale variables, but then the imputed values were sometimes were quite outside the possible range.
So I tried (intreg) and (truncreg) instead of (regress), but then I missing values after the imputation.
I get the error text:
I do not have independent variables containing missing values.
With option force I get the MI to work, but then I have some few missing values left.
Any suggestions on how to report this?
Thank you very much
How do one handle missing imputed values still present after doing multiple imputation (MICE)?
It worked when I used (regress) on some scale variables, but then the imputed values were sometimes were quite outside the possible range.
So I tried (intreg) and (truncreg) instead of (regress), but then I missing values after the imputation.
I get the error text:
Code:
missing imputed values produced This may occur when imputation variables are used as independent variables or when independent variables contain missing values. You can specify option force if you wish to proceed anyway.
With option force I get the MI to work, but then I have some few missing values left.
Any suggestions on how to report this?
Thank you very much
Comment